.wesite-background {
    background-image: url(https://i.pinimg.com/564x/c7/f9/9c/c7f99c78b676d93c5103d489f3f89361.jpg);
}

#contact {
    background-color: #ffcb9a;
} /*93959*/

.containerCalculator {
    width: 350px;
    margin: 0 auto;
    padding: 10px;
    margin-top: 75px;
    background-color: #5004cb;
}

.container {
    width: 750px;
    margin: 0 auto;
    padding: 10px;
    margin-top: 75px;
    background-color: #5004cb;
    text-align: center;
}

.top-part {
    background-image: linear-gradient(#5004cb, #9553ff);
    font-size: 50px;
    color: #ffffff;
    font-family: 'Courier New';
    text-align: center;
}

.top-part p {
    margin: 0px;
}

.bottom-part {
    background-image:linear-gradient(#9553ff, #5004cb);
    padding: 40px;
}

.bottom-part ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.bottom-part label {
    width: 100%;
    color:#66469e;
    display: block;
    font-family:'Courier New';
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #bc94fc;
}

.bottom-part select {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.bottom-part input {
    width: 98%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family:'Courier New';
    font-size: 16px;
    font-weight: bold;
}

input[type=submit],input[type=reset] {
    font-size: 15px;
    background-color: #bc94fc;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 12px;
}

input[type=submit]:hover,input[type=reset]:hover {
    font-size: 15px;
    background-color: #f26b6b;
    color: #fff;
    border: 2px solid #9d3737;
    cursor: pointer;
}

.websitePaths{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 250px;
    padding: 25px;
    font-family:'Courier New';
    font-size: 30px;
    background-image:linear-gradient(#9553ff, #5004cb);
}

.websitePaths a{
    text-decoration: none;
    color: #fff;
}

.websitePaths a:hover{
    color: #f26b6b;
}

#Index-img {
    width: 200px;
    height: auto;
}

img {
    width: 210px;
    height: 210px;
}

#Index-header {
    color: #003547;
}

h2 {
    font-family:'Courier New'
}

p {
    font-family:'Courier New'
}

li {
    font-family: 'Courier New', Courier, monospace;
}